From: Johannes Ziemke Date: Sun, 4 May 2008 12:17:52 +0000 (+0000) Subject: collectd: config file, some paramaters need to be quoted (thx to pico) X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=88172f2a8cd7f581247390c352cdf35b94b8129e;p=openwrt%2Fsvn-archive%2Fpackages.git collectd: config file, some paramaters need to be quoted (thx to pico) SVN-Revision: 11043 --- diff --git a/utils/collectd/files/collectd.conf b/utils/collectd/files/collectd.conf index 56bb3fc36..bfd9db289 100644 --- a/utils/collectd/files/collectd.conf +++ b/utils/collectd/files/collectd.conf @@ -18,9 +18,9 @@ Mode Client #Server ff18::efc0:4a42 25826 #Server 239.192.74.66 25826 -DataDir /var/lib/collectd -PIDFile /var/run/collectd.pid -PluginDir /usr/lib/collectd +DataDir "/var/lib/collectd" +PIDFile "/var/run/collectd.pid" +PluginDir "/usr/lib/collectd" LoadPlugin cpu LoadPlugin disk